Skip to content

Conversation

@chenjiahan
Copy link
Member

Fix a bug that was introduced in #45

Copilot AI review requested due to automatic review settings August 5, 2025 04:59
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes the cleanup of the .npmrc file from the release script's finally block to fix a bug introduced in a previous pull request.

  • Removes the fs.removeSync(npmrcPath) call from the finally block in the release script
Comments suppressed due to low confidence (1)

scripts/release.mjs:39

  • Removing the cleanup of the .npmrc file may leave temporary files on the system. Consider whether this file should be cleaned up elsewhere in the script or if there's a specific reason it needs to persist after the release process.
}

@chenjiahan chenjiahan merged commit b6a4fd8 into main Aug 5, 2025
5 of 6 checks passed
@chenjiahan chenjiahan deleted the fix_release_0805 branch August 5, 2025 04:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants